home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-02-13 | 514 b | 22 lines | [TEXT/CCL2] |
- ;;; @load.lisp
- ;;;
- ;;; CONQUEST AI PROJECT
- ;;;
- ;;; Washington University Computer Science Department
- ;;; Copyright 1992 Paul McCartney. All Rights Reserved.
- ;;;
- ;;; AUTHOR: Paul McCartney
- ;;;
- ;;; DESCRIPTION:
- ;;;
- ;;; Load the library files that conquest uses.
- ;;;
- ;;; USE:
- ;;;
- ;;; Load this file. Note that this file loads "load-fasl", a
- ;;; new type of load function that will be used exclusively after
- ;;; it is loaded.
- ;;;
-
- (load "Library;load-fasl.lisp")
- (load-fasl "Library;docs-menu.lisp" "FASL;Library:")